Skip to content

docs: rename "quickstart"/"workshop" to "tutorial" across docs#206

Merged
placerda merged 1 commit into
developfrom
feature/rename-quickstart-to-tutorial
May 29, 2026
Merged

docs: rename "quickstart"/"workshop" to "tutorial" across docs#206
placerda merged 1 commit into
developfrom
feature/rename-quickstart-to-tutorial

Conversation

@placerda
Copy link
Copy Markdown
Contributor

Why

The PO pointed out that the three documentation entries

  • "Prompt Agent quickstart"
  • "Hosted Agent quickstart"
  • "End-to-end workshop"

use the wrong nouns. Both tutorial-prompt-agent-quickstart.md and
tutorial-hosted-agent-quickstart.md are now 768 and 1141 lines long
and walk the reader through multi-environment promotion, regression
injection, Doctor evidence, and Cockpit. That is not a "quickstart"
anymore. The PO also dislikes the word "workshop" for the end-to-end
doc.

He also asked how the end-to-end tutorial differs from the
hosted-agent one — the answer is that the end-to-end extends
either of the type-specific tutorials with sandbox → dev → qa → prod
promotion, Foundry red-team scans, and trace-to-regression promotion.
That distinction was not visible from the README's previous description.

What changed

20 edits across 10 files:

File Edits
README.md (L213–215) Three doc links rewritten with new names + new end-to-end description that says it extends the other two.
docs/tutorial-prompt-agent-quickstart.md H1 + 2 prose mentions of "quickstart" → "tutorial".
docs/tutorial-hosted-agent-quickstart.md H1 + 7 prose mentions of "quickstart" → "tutorial" / "tutorial workspace".
docs/tutorial-end-to-end.md Two cross-references to the other tutorials updated to "tutorial" wording.
docs/concepts.md (L183–189) Same three-link block rewrite as README.
docs/doctor-explained.md (L6, L414) Two "end-to-end workshop" → "end-to-end tutorial".
plugins/agentops/README.md (L84–86) Three external links rewritten same as README.
AGENTS.md (L224–226) File-tree comments updated ("Quickstart for…" → "Tutorial for…", "release-readiness workshop" → "End-to-end release-readiness tutorial").
src/agentops/templates/skills/agentops-workflow/SKILL.md (L65, L305) Canonical skill — 2 prose mentions updated.
plugins/agentops/skills/agentops-workflow/SKILL.md (L65, L305) VSIX-bundled mirror — same 2 edits (git diff confirms both copies are identical).

CHANGELOG entry added under ### Changed explaining the wording change
and that filenames are intentionally preserved.

Filenames are intentionally not renamed

tutorial-prompt-agent-quickstart.md,
tutorial-hosted-agent-quickstart.md, and tutorial-end-to-end.md
keep their existing filenames. The "-quickstart" segment is now just a
stable URL slug — renaming the files would break every inbound link
(including external SEO and people's personal bookmarks) for zero
visible benefit, since GitHub renders the H1 inside the page anyway.

Out of scope (deliberately left alone)

  • examples/flat-quickstart/ directory — that's a code example, not a
    tutorial.
  • ## Quickstart section header inside
    src/agentops/templates/agent-server/README.md — different concept
    (it's the deploy-as-Copilot-Extension scaffold).
  • microsoft-foundry-e2e-agent-observability-workshop — external
    GitHub repo name, must stay literal.
  • quickstart-agent:2 in YAML fixtures — example agent identifier,
    not tutorial naming.
  • Historical CHANGELOG entries — we don't rewrite history.

Validation

  • python -m pytest tests/ -x -q — 802 passed, 3 skipped.
  • git diff confirms both SKILL.md copies got byte-identical edits,
    so the skill sync stays consistent without needing
    ./scripts/sync-skills.ps1.

Related

The three documentation entries that were labeled "Prompt Agent quickstart", "Hosted Agent quickstart", and "End-to-end workshop" now read as "Foundry Prompt Agent tutorial", "Hosted or HTTP Agent tutorial", and "End-to-end tutorial" across README.md, plugins/agentops/README.md, AGENTS.md, docs/concepts.md, docs/doctor-explained.md, the agentops-workflow skill (both synced copies), and the H1s plus cross-references inside each tutorial doc.

The README description for the end-to-end tutorial now also states explicitly that it extends either of the type-specific tutorials (sandbox -> dev -> qa -> prod plus Foundry red-team scans plus trace-to-regression promotion) so the difference between the three is obvious at a glance.

The "quickstart" framing no longer fits doc bodies that grew past 1000 lines covering multi-environment promotion, regression injection, Doctor evidence, and Cockpit. Tutorial filenames are intentionally preserved (tutorial-*-quickstart.md) to keep inbound links and bookmarks stable.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@placerda placerda merged commit 45e09cb into develop May 29, 2026
8 of 9 checks passed
@placerda placerda deleted the feature/rename-quickstart-to-tutorial branch May 29, 2026 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant